home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / beeper11.zip / BEEPER.DOC < prev    next >
Text File  |  1993-02-16  |  2KB  |  71 lines

  1.  
  2.                      BEEPER - Resident BEEP Handler
  3.  
  4.           Copyright 1992 Samuel H. Smith; All rights reserved.
  5.  
  6.   This FREEWARE package can be freely distributed so long as it is not
  7.   modified or sold for profit.
  8.  
  9.   This program is a TSR that traps bios BEEP signals and converts them
  10.   background beeps with a command-line controlled frequency.  This
  11.   useful if your machine's BIOS gives you a tiresome slow beep, or if
  12.   you have multiple machines and would like each to have its own
  13.   distinctive beep tone.
  14.  
  15.   Usage:
  16.         BEEPER n
  17.  
  18.   where
  19.         n       indicates the beep tone and may be a number between 0
  20.                 and 9.
  21.  
  22.   Examples:
  23.         BEEPER 1
  24.         BEEPER %PCBNODE%
  25.  
  26.  
  27.                                 Support
  28.  
  29.                      The author can be reached at:
  30.  
  31.      Samuel H. Smith                 The Tool Shop BBS
  32.      P.O. Box 4808                   (818) 891-6780 (HAYES 9600) - Free node
  33.      Panorama City, CA 91412         (818) 891-3772 (HST 9600)
  34.                                      (818) 891-1344 (Four lines V.32Bis)
  35.  
  36.  
  37.                                Copyright
  38.  
  39.   If you modify this program,  I would appreciate a copy of the new
  40.   source code.  I am holding the copyright on the source code,  so
  41.   please don't delete my name from the program files or from the
  42.   documentation.
  43.  
  44.                                DISCLAIMER
  45.  
  46.   I make no warranty of any kind, express or implied, including without
  47.   limitation, any warranties of merchantability and/or fitness for a
  48.   particular purpose.  I shall not be liable for any damages, whether
  49.   direct, indirect, special or consequential arising from a failure of
  50.   this program to operate in the manner desired by the user.  I shall
  51.   not be liable for any damage to data or property which may be caused
  52.   directly or indirectly by the use of this program.
  53.  
  54.   IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  55.   LOST PROFITS,  LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  56.   DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR
  57.   FOR ANY CLAIM BY ANY OTHER PARTY.
  58.  
  59.  
  60.                             Revision History
  61.  
  62.   12-12-92
  63.      Initial release as BEEPER10.ZIP.
  64.  
  65.   02-16-93
  66.      Added logic to limit the number of pending beeps to 10, which helps
  67.      in cases where a BBS can quickly generate dozens of beeps due to
  68.      line noise of user input.
  69.      Released as BEEPER11.ZIP.
  70.  
  71.